From: Richard M. Stallman Date: Sun, 29 Apr 2007 21:57:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18960 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7178f784192a0518fc028f664f0855fff6a71a9b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3e229eaed93..e5421f7f267 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-04-29 Stephen Berman + + * find-dired.el (find-dired-filter): Propertize all text down to eob. + 2007-04-29 Richard Stallman * international/mule.el (auto-coding-alist): Add pdf => no-conversion. diff --git a/src/ChangeLog b/src/ChangeLog index f16679e3e12..648f901ef80 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-04-29 Richard Stallman + + * insdel.c (replace_range): For undo, record insertion first. + 2007-04-29 Andreas Schwab * lisp.h (VECSIZE): Use OFFSETOF.